home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / gfx / x11 / oldXlib.lha / oldXlib.readme < prev   
Text File  |  1996-08-31  |  1KB  |  28 lines

  1. Short:    X10 library missing from Amiwin SAS developer kit
  2. Author:   X consortium
  3. Uploader: mlemos@ua.pt (Manuel Lemos)
  4. Type:     gfx/x11
  5.  
  6. This is X11 R6 library code that emulates X10 functions that were left out
  7. from Amiwin SAS developer kit.
  8.  
  9. Despite of being apart from X11 libraries, these functions are still useful
  10. because they provide support for association tables and support for drawing
  11. filled or unfilled shapes defined by eithe straight lines or splines.
  12.  
  13. Since they were left of of X11, the X consortion didn't define the
  14. prototypes for these functions anywhere in the includes that I know.  Here
  15. follow the missing prototypes extracted from the source code also include
  16. in this archive.
  17.  
  18. Status XDraw(Display *dpy,Drawable d,GC gc,Vertex *vlist,int vcount);
  19. Status XDrawFilled(Display *dpy,Drawable d,GC gc,Vertex *vlist,int vcount);
  20. XAssocTable *XCreateAssocTable(int size);
  21. void XDeleteAssoc(Display *dpy,XAssocTable *table,XID x_id);
  22. void XDestroyAssocTable(XAssocTable *table);
  23. XPointer XLookUpAssoc(Display *dpy,XAssocTable *table,XID x_id);
  24. void XMakeAssoc(Display *dpy,XAssocTable *table,XID x_id,XPointer data);
  25.  
  26. Manuel Lemos
  27. 31.08.1996
  28.